AlgoWiki

Merge sort tree

    Problems

    See also

    External links


    1. Note that the test cases are a little bit shady, sometimes giving queries $i,j$ that don't satisfy $1\leq i\leq j\leq n$. Blue.Mary describes the correct behaviour in the comments.